home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kodak Picture CD: 357069
/
Kodak Picture CD 357069.iso
/
startmac.dmg
/
Uninstall Software.app
/
Contents
/
Frameworks
/
Configure.framework
/
Headers
/
ESConfigurationUtility.h
< prev
Wrap
C/C++ Source or Header
|
2004-09-23
|
588b
|
25 lines
//
// ESConfigurationUtility.h
// Configure
//
// Created by Stan Pulchtopek on Fri Feb 15 2002.
// Copyright (c) 2002 Eastman Kodak Company. All rights reserved.
//
#import <Foundation/Foundation.h>
extern NSString *ESConfigFrameworkBundleIdentifier;
@interface ESConfigurationUtility : NSObject {
}
+ (NSString *) easyShareApplicationPath;
+ (NSString *) imageCaptureApplicationPath;
+ (NSString *) iPhotoApplicationPath;
+ (NSString *) applicationsDirectoryPath;
+ (NSString *) usersDirectoryPath;
+ (NSString *) easyShareSoftwareLabel;
+ (NSString *) iPhotoLibraryPath;
@end